-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Disable ENABLE_TESTCOVERAGE on CentOS 7 build #19507
Conversation
Causes significant slowdown in connection with the system (devtoolset) provided OpenMP libraries.
Hey @leezu , Thanks for submitting the PR
CI supported jobs: [sanity, windows-cpu, edge, centos-gpu, unix-cpu, unix-gpu, centos-cpu, windows-gpu, clang, website, miscellaneous] Note: |
bc20382
to
8340dd1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified that centos-cpu duration reduces to ~50mins from ~100mins after this commit. Thanks for the fix @leezu
@mseth10 any idea about the difference in |
Seems to be an outlier, all other tests run faster. Should we re-trigger centos-cpu for a second datapoint? |
I think we can merge the PR and observe the performance on the master branch. |
Causes significant slowdown in connection with the system (devtoolset) provided OpenMP libraries. intgemm USE_OPENMP appears to pull in system openmp apache@1393602
Causes significant slowdown in connection with the system (devtoolset) provided OpenMP libraries.
#17559 starts pulling in the system OpenMP in addition to the
3rdparty/openmp
causing the slowdown to materialize after the merge of #17559.Fixes #19502
Let's still fix the issue of intgemm pulling a second openmp @kpuatamazon
With this PR
Without this PR